Klasse DifferencePages
java.lang.Object
com.inet.pdfc.generator.model.DifferencePages
A class that represented the pages with differences for a modification or DiffGroup
- Seit:
- 4.0
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungintReturn the 1-based page number, where the difference endsintReturn the 1-based page number, where the difference starts
-
Methodendetails
-
getStartPage
public int getStartPage()Return the 1-based page number, where the difference starts- Gibt zurück:
- the page number, where the difference starts
- Seit:
- 4.0
-
getEndPage
public int getEndPage()Return the 1-based page number, where the difference ends- Gibt zurück:
- the page number, where the difference ends
- Seit:
- 4.0
-